Point
This method returns the RGB color of a point in the imaG object.
Syntax: | imaG.Point x , y |
x (single) | The horizontal position of the point. |
y (single) | The vertical position of the point. |
Returns: (OLE_COLOR) | The RGB color of the pixel |
This is a standard Microsoft Visual Basic method.
If MODE PROPERTY is NOT caModeDraw then an ERROR will be thrown.